-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor file matcher improvements #9886
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9886 +/- ##
=========================================
Coverage 68.21% 68.21%
- Complexity 1293 1295 +2
=========================================
Files 250 250
Lines 8849 8849
Branches 920 920
=========================================
Hits 6036 6036
Misses 2424 2424
Partials 389 389
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Why not align the other way around? That would better match Kotlin's |
I don't have a preference, I just wanted them to be the same. So do you prefer |
Yes, I think I'd slightly prefer that. |
Constructor arguments cannot be referenced from class docs if they are not also properties. Signed-off-by: Martin Nonnenmacher <[email protected]>
Signed-off-by: Martin Nonnenmacher <[email protected]>
b3020f5
to
bb61a91
Compare
This aligns the name of the static functions with the class function which is also called `matches`. Also, this better aligns with framework functions like `Regex.matches`. Signed-off-by: Martin Nonnenmacher <[email protected]>
bb61a91
to
3506c58
Compare
Done. |
See the commit messages for details.